home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / basic / blitzgtfix.lha / BlitzGTFix / UpdateAcidlibs < prev    next >
Text File  |  2001-12-25  |  518b  |  19 lines

  1. ; $VER blitzgtfix 20th April 2000
  2. ; Now uses changelib instead of the crappy split/remake/copy/delete thing
  3.  
  4. failat 20
  5.  
  6. echo "This script will update your acidlibs file to include the new"
  7. echo "gadtools library. This will replace your old acidlibs file. I"
  8. echo "take no responsibility for anything. MAKE SURE YOU HAVE BACKUPS!"
  9.  
  10. ask "Do you want to install this update (y/n)?"
  11.  
  12. if warn
  13.    changelib progdir: bbgtlib.obj
  14. endif
  15.  
  16. if exists blitz2:redhelp/acidguides
  17.   copy bbgtlib.guide blitz2:redhelp/acidguides
  18. endif
  19.